libcgraph5 software package provides rich set of graph drawing tools - cgraph library, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libcgraph5
libcgraph5 is installed in your system.
Make ensure the libcgraph5 package were installed using the commands given below,
$ sudo dpkg-query -l | grep libcgraph5 *
You will get with libcgraph5 package name, version, architecture and description in a table
| Distro | Ubuntu 12 04 lts precise pangolin |
| Section | Libraries |
| Package | libcgraph5 |
| Version | 2.26.3-10ubuntu1.2 [amd64, i38 |
| Description | rich set of graph drawing tools - cgraph library |
| Sub Section | libs |